home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / windows / win31 / macsyma.arj / MACSDEMO.EXE / SUM.OUT < prev    next >
Text File  |  1993-09-13  |  707b  |  23 lines

  1.  
  2. (c1) simpsum:true$
  3.  
  4. (c2) sum(i,i,0,n);
  5. C:\MACSD2B\library1\combin.fas being loaded.
  6. |$label(0,15,Times New Roman,$(d2$))$q(n$in( )$paren(n$in( + )1,$(,$)),2)
  7.  
  8. (c3) sum(a*r^i,i,0,m);
  9. |$label(0,15,Times New Roman,$(d3$))$q(a$in( )$paren($sup(r,m$in( + )1)$in( - )1,$(,$)),r$in( - )1)
  10.  
  11. (c4) sum(i^(-8),i,1,inf);
  12. C:\MACSD2B\library1\binoml.fas being loaded.
  13. |$label(0,15,Times New Roman,$(d4$))$q($sup($greektext(p),8),9450)
  14.  
  15. (c5) sum(i^(-2),i,1,inf);
  16. |$label(0,15,Times New Roman,$(d5$))$q($sup($greektext(p),2),6)
  17.  
  18. (c6) sum((1/3)^i+(1/5)^i,i,0,inf);
  19. |$label(0,15,Times New Roman,$(d6$))$q(11,4)
  20.  
  21. (c7) /* Do DEMO(NUSUM); to see a more powerful summation command. */
  22. reset(simpsum)$
  23.